Description
Fires in the JavaScript row template for each custom column in the Application Passwords list table. Custom columns are registered using the {@see 'manage_application-passwords-user_columns'} filter.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-application-passwords-list-table.php | 251 |
Parameters
Type | Name | Description |
---|---|---|
string | $column_name | Name of the custom column. |
PHP Doc
/**
* Fires in the JavaScript row template for each custom column in the Application Passwords list table.
*
* Custom columns are registered using the {@see 'manage_application-passwords-user_columns'} filter.
*
* @since 5.6.0
*
* @param string $column_name Name of the custom column.
*/